﻿# This is executed last among all history
GLOBAL = {
	#add techs researched by unique countries on top of tiers

     #Germany
	c:PRU = {
        add_technology_researched = general_staff
		add_technology_researched = repeaters #needle gun was a prussian invention
		add_technology_researched = logistics
		add_technology_researched = enlistment_offices
		activate_law = law_type:law_mass_conscription #Prussia has efficient conscription system from 1814 already. Two previous techs are requirements
	}
	 #Japan
	c:JAP = {
		add_technology_researched = empiricism
	}
	 #Argentina
	c:ARG={
		add_technology_researched = banking 
	}
}